home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Pascal / System / DX Clock 1.31 / README < prev   
Encoding:
Text File  |  1994-01-05  |  932 b   |  30 lines  |  [TEXT/R*ch]

  1. DX Clock
  2. =========
  3.  
  4. by Stephan Burlot,
  5. Coriolis Software
  6. Switzerland
  7. email : 75070.3603@compuserve.com
  8.  
  9.  
  10. This is an INIT/cdev combo that displays a clock in the menu bar.
  11.  
  12. If you ever wondered how to make such a thing, here it is : the cdev communicates with
  13. the INIT directly, no need to reboot to change the settings.
  14.  
  15. the cdev is written in Think Pascal, and the init is written in assembly language using
  16. Think C.
  17.  
  18. I've written this code in 1991 because I wanted to have a clock in the menubar that
  19. could run without using too much CPU time. (as that time, I had a LC). As I discovered
  20. later, my clock wasn't faster than the other available (SuperClock), but it was fun to
  21. write.
  22.  
  23. Today, this project has been compiled using Think Pascal 4.01 and Symantec Think C 6.01.
  24.  
  25. The code and the source are in the public domain.
  26.  
  27. If you like this code, or if you dont like, or if you have questions, just send 
  28. me a postcard.
  29.  
  30. Have Fun.